Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api Diff between preview 7 and preview 6 #4977

Merged
merged 1 commit into from
Jul 27, 2020
Merged

Api Diff between preview 7 and preview 6 #4977

merged 1 commit into from
Jul 27, 2020

Conversation

@Anipik Anipik requested review from leecow and rbhanda as code owners July 21, 2020 23:52
@AaronRobinsonMSFT
Copy link
Member

Signed off on System.Runtime.InteropServices.md

@tommcdon
Copy link
Member

adding @MichalStrehovsky for DynamicallyAccessedMemberTypes enum rename

Copy link
Contributor

@pranavkm pranavkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MVC changes look good

# Microsoft.AspNetCore.Authentication

``` diff
namespace Microsoft.AspNetCore.Authentication {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @HaoK

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep these changes look good

@MichalStrehovsky
Copy link
Member

DynamicallyAccessedMemberTypes enum rename looks good.

@analogrelay
Copy link
Contributor

FYI @Anipik I'm no longer with the .NET team, so should be removed from the list of reviewers for API diffs. The others you currently have on the list should already be providing coverage for my areas (or reach out to @Pilchie for other area owners in ASP.NET).

Looks like y'all have done a lot of cool work though! 🎉

@Anipik
Copy link
Contributor Author

Anipik commented Jul 23, 2020

can everyone tagged please review their areas ?

@tarekgh
Copy link
Member

tarekgh commented Jul 23, 2020

System.Text and System.Threading.Tasks looks good to me.

``` diff
namespace System.Net {
public class WebHeaderCollection : NameValueCollection, IEnumerable, ISerializable {
- public new string this[string name] { get; set; }
Copy link
Member

@karelz karelz Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed from ref in PR dotnet/runtime#37949 ... we still inherit it from NameValueCollection

Approved on behalf of @dotnet/ncl

Copy link

@echesakov echesakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed off on System.Runtime.Intrinsics and System.Runtime.Intrinsics.Arm

cc @tannergooding @CarolEidt

Copy link
Member

@Tratcher Tratcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: parts of AspNetCore.

# Microsoft.AspNetCore.Server.Kestrel.Core

``` diff
namespace Microsoft.AspNetCore.Server.Kestrel.Core {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

``` diff
namespace Microsoft.Net.Http.Headers {
public class SetCookieHeaderValue {
+ public IList<StringSegment> Extensions { get; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also signed off on Intrinsics.

Signed off on the numerics changes (System.Math and System.Half) as well. CC. @pgovind

Copy link
Member

@bartonjs bartonjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.Security.* and System.Formats.Asn1 LGTM.

Surprised that System.Formats.Cbor isn't in the list.

@Anipik Anipik merged commit 805ab19 into dotnet:master Jul 27, 2020
@Anipik Anipik deleted the preview7 branch July 27, 2020 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.